line_wrapping_output_filter Class Reference
#include <line_wrapping_output_filter.hpp>
List of all members.
Public Member Functions |
| line_wrapping_output_filter (int line_length=80, int margin=8) |
template<typename Sink > |
bool | put (Sink &dest, int c) |
template<typename Sink > |
void | close (Sink &) |
Constructor & Destructor Documentation
line_wrapping_output_filter::line_wrapping_output_filter |
( |
int |
line_length = 80 , |
|
|
int |
margin = 8 | |
|
) |
| | [explicit] |
Member Function Documentation
template<typename Sink >
void line_wrapping_output_filter::close |
( |
Sink & |
|
) |
|
template<typename Sink >
bool line_wrapping_output_filter::put |
( |
Sink & |
dest, |
|
|
int |
c | |
|
) |
| | |
The documentation for this class was generated from the following file: